home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12810 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: netnews.hinet.net!news
  2. From: brucewin@ms5.hinet.net
  3. Newsgroups: comp.lang.c
  4. Subject: Re: 256-color graphics driver for DOS applications
  5. Date: Tue, 02 Apr 1996 22:58:08 GMT
  6. Organization: DCI HiNet
  7. Message-ID: <4jsb6s$8eg@netnews.hinet.net>
  8. References: <aupers.149.000DBDC6@nlr.nl>
  9. NNTP-Posting-Host: 168.95.100.92
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. aupers@nlr.nl (David A. Aupers) wrote:
  13.  
  14. >Can someone tell me where to find a .BGI driver for VGA 256 colors? I 
  15. >am writing a DOS application in C++ that needs to display 256 colors at a 
  16. >time. The standard library only supports 16 colors.
  17. >I also encountered a problem with the setlinestyle function in the standard 
  18. >graphics library. Is it really not possible to draw lines with thicknesses 
  19. >other than 1 or 3 pixels?
  20. I have "some" of SVGA BGI drivers, not only 640X480 256c mode, but
  21. also higher modes...
  22.  
  23. But this is my first time to play "Inter net", I don't know how to
  24. sent the files to you with the letter!
  25.  
  26. I have not use *.BGI for a long time... tell you, better to write a
  27. function to init graphic mode ( like int setvesamode(int mode) )
  28. to get in graph mode, it's better and faster then BGI !! Trust me!
  29.  
  30. See you.
  31.  
  32.